home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 2.toast / pc / sample code / java / slideshow / sources (skeleton) / backwardbutton.java < prev    next >
Encoding:
Java Source  |  2000-06-23  |  173 b   |  8 lines

  1. public class BackwardButton extends RolloverButton
  2. {
  3.     protected void initImages()
  4.     {
  5.         //Initialize images for the BackwardButton
  6.         //Insert "BackwardButton initImages"
  7.     }
  8. }